/* Tablet Screen */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .col.timer-item {
        border-left: 1px solid #8d8d8d66;
        border-right: 1px solid #8d8d8d66;
        width: 20px;
    }

    .cash-alternatives>span {
        padding: 5px;
        font-size: 12px;
    }

    .prizeCards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 7px 3px 7px;
        margin-right: -5px;
    }

    button.btn.btn-default.zapc-qty-btn {
        width: 334px;
    }

    .zapc-qty-button-inner {
        display: flex;
    }
}

/* Mobile Screen */
@media only screen and (max-width: 767px) {
    button.btn.btn-default.zapc-qty-btn {
        width: 300px;
    }

    .prizeCards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 7px 3px 7px;
        margin-right: -5px;
    }
}

/* Mobile Screen */
@media only screen and (max-width: 450px) {

    .prizeCards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 7px 3px 7px;
        margin-right: -5px;
    }

    .prizesCardStylings {
        background-color: #f9f9f9;
        /* Light background for cards */
        border: 1px solid #ddd;
        /* Subtle border */
        border-radius: 8px;
        /* Rounded corners */
        padding: 16px;
        /* Inner padding */
        width: 100%;
        /* Ensure cards take full width of grid cell */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        /* Slight shadow for depth */
    }



    .prizeName {
        font-size: 14px;
        color: #666;
    }


    .shop.single .product-gallery .slides li img {
        width: 100%;
        height: 314px;
    }

    .header.shop .topbar .top-left {
        display: none;
    }

    button.btn.btn-default.zapc-qty-btn {
        width: 160px;
        font-size: 10px;
        height: 43px;
        padding-top: 5px;
    }

    .zapc-qty-button-inner {
        display: flex;
    }

    .section {
        padding: 14px 0px;
    }

    .hero-slider .single-slider {

        /* height: 200px; */
    }

    .cart-btn {
        padding: 0px 0px;
        min-width: 0px;
        font-size: 21px;
        height: 30px;
        margin-top: 4px;
        padding-bottom: 1px;
    }



    .countdown-timer .timer-item span {
        font-size: 12px;
    }

    .countdown-timer .timer-label {
        font-size: 10px;
    }

    .countdown-timer .timer-item {
        text-align: center;
        padding: 0px;
        /* border-radius: 10px; */
        margin: 2px;
        /* margin-top: 5px; */
        /* margin-bottom: 8px; */
        /* padding: 5px; */
    }

    .progress {
        height: 0.5rem;
    }

    .zap-competitions-progress-loop .progress-track .mini-label {
        color: #F7941D;
        font-size: 9px;
        top: -12px;
    }

    .current {
        font-size: 8px;
        padding-top: 1px;
    }

    .cash-alternatives {
        text-align: center;
        padding: 0px;
    }

    .cash-alternatives>span {
        padding: 5px;
        font-size: 12px;
        background: teal;
        margin-bottom: 7px;
    }

    .countdown-timer {
        margin: 0px;
        padding-top: 4px;
    }

    .title h3 {
        padding-top: 0px;
    }

    .title a {
        text-decoration: none;
        font-size: 10px;
    }

    .badge {
        padding: 0.25em .4e;
        font-size: 9px;

    }

    div#countdown-timer {
        padding-left: 12px;
        font-size: 9px;
        margin-top: 12px;
        border-radius: 3px;
    }

    .progress {
        height: 16px;
        font-size: 12px;
    }

    .current-details-page {
        font-size: 12px;
    }

    .shop.single .product-des .product-buy {
        margin-top: 0px;
    }

    .shop.single .product-info {
        margin-top: 13px;
    }

    .zap-competition-question-wrap .zap-competition-question .zap-lottery-question-answers .zap-lottery-question-answer {

        max-width: 100%;
    }

    .zap-competitions-progress-loop {
        margin: 2.5rem 0.5rem 0rem;
        margin-bottom: 0px;
    }

    .given-competition {
        max-width: 1240px;
        margin: auto;
        background: black;
        padding: 15px;
        border-radius: 10px;
        color: white;
        margin: 9px;
    }

    h4.valueTxt.mb-0 {
        font-size: 20px;
    }

    .desk-trophy-img {
        width: 30px;
        height: 30px;
        margin-right: 16px;
    }

    .prizeCards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 7px 3px 7px;
        margin-right: -5px;
    }
}

@media only screen and (max-width: 375px) {


    .shop.single .product-gallery .slides li img {
        width: 100%;
        height: 314px;
    }

    div#countdown-timer {
        padding-left: 0px;
        font-size: 9px;
        margin-top: 12px;
        border-radius: 3px;
    }

    .zap-competitions-progress-loop .progress-track .mini-label {
        color: #F7941D;
        font-size: 9px;
        top: -12px;
    }

    .cash-alternatives>span {
        padding: 5px;
        font-size: 12px;
        background: teal;
        margin-bottom: 7px;
    }

    .countdown-timer .timer-item {
        text-align: center;
        padding: 0px;
        /* border-radius: 10px; */
        margin: 2px;
        /* margin-top: 5px; */
        /* margin-bottom: 8px; */
        /* padding: 5px; */
    }

    .given-competition {
        max-width: 1240px;
        margin: auto;
        background: black;
        padding: 10px;
        border-radius: 8px;
        color: white;
        margin: 8px;
    }

    h4.valueTxt.mb-0 {
        font-size: 16px;
        font-weight: 100;

    }


    .desk-trophy-img {
        width: 25px;
        height: 25px;
        margin-right: 16px;
    }

    span.d-flex.align-items-center {
        padding-bottom: 10px;
    }

    .zapc-qty-button-inner {
        display: flex;
    }

    button.btn.btn-default.zapc-qty-btn {
        width: 55px;
        font-size: 7px;
        height: 34px;
        padding-top: 8px;
    }

    .section {
        padding: 14px 0px;
    }



    .single-product .product-img a img {
        /* width: 275px; */
        height: 130px;
    }

    .cart-btn {
        padding: 0px 0px;
        min-width: 0px;
        font-size: 21px;
        height: 30px;
        margin-top: 4px;
        padding-bottom: 1px;
    }

    .single-product {
        padding: 10px 10px 10px;
        border-radius: 10px;
        margin: 0 auto 0px;
        margin: 0 auto 17px;
        width: 242px;
    }

    .countdown-timer .timer-item span {
        font-size: 12px;
        border-radius: 0px;

    }

    .countdown-timer .timer-label {
        font-size: 10px;
    }



    .progress {
        height: 0.5rem;
    }

    .current {
        font-size: 8px;
        padding-top: 1px;
    }

    .cash-alternatives {
        text-align: center;
        padding: 0px;
    }




    .countdown-timer {
        margin: 0px;
        padding-top: 4px;
    }

    .title h3 {
        padding-top: 0px;
    }

    .title a {
        text-decoration: none;
        font-size: 16px;
    }

    .badge {
        padding: 0.25em .4e;
        font-size: 9px;

    }


    .progress {
        height: 16px;
        font-size: 12px;
    }

    .current-details-page {
        font-size: 12px;
    }

    .shop.single .product-des .product-buy {
        margin-top: 0px;
    }

    .shop.single .product-info {
        margin-top: 13px;
    }

    .allPrizesRaffImg {
        height: 60px;
        max-width: 90px;
    }

    .dark .ticketsAvailNum {
        border: 1px solid hsla(0, 0%, 100%, .149);
        color: #fff;
        background: hsla(0, 0%, 100%, .05);
    }

    .allRaffAccTxt {
        margin-left: 10px;
        margin-bottom: 0px;
        margin-top: 5px;
        font-weight: bold;
    }

    .ticketsAvailNum {
        background-color: rgba(0, 6, 22, .051);
        color: #000616;
        font-family: Nunito Sans;
        font-size: 12px;
        padding: 5px 10px 5px 12px;
        min-width: 117px;
        justify-content: center;
        height: 26px;
        border-radius: 6px;
        border: .91px solid rgba(0, 6, 22, .14);
        background: hsla(0, 0%, 100%, .5);
    }

    .allRaffAccCards {
        padding: 0;
    }

    .prizeCards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 7px 3px 7px;
        margin-right: -5px;
    }

    .prizeCards>.prizesList {
        margin: 0 11px 12px 0;
    }

    .prizeCards>.prizesList {
        display: inline-block;
        margin: 0 12px 16px 0;
    }

    .dark .accBorder {
        border-radius: 6px;
        border: .763px solid hsla(0, 0%, 59%, .14) !important;
        background: hsla(0, 0%, 100%, .12) !important;
    }

    .text_ellipsis {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

    .prizesCardStylings {

        width: 130px !important;
        height: 74px;
    }

    .zap-competition-question-wrap .zap-competition-question .zap-lottery-question-answers .zap-lottery-question-answer {

        max-width: 100%;
    }

    .zap-competitions-progress-loop {
        margin-bottom: 0px;
        margin-top: 28px;
    }
}